home *** CD-ROM | disk | FTP | other *** search
Wrap
<!--- ******************Login check*************************************** ---> <RCif RCEloggedin ! true> <HTML><HEAD><TITLE>Not logged in</title></head> <RCZMAIL_ERROR_START><BR> <FONT SIZE=+2 COLOR=#ff0000><B>Mail user not logged in!</B></FONT><RCZMAIL_ERROR_END></html><RCexit><RCendif> <!--- ******************/Login check************************************** ---> <!--- ******************Navigation vars*********************************** ---> <RC$this_page = RCShome/RCEdocument_name> <RC$npage = RCShome/webmail.stm> <!--- ******************Navigation vars*********************************** ---> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Change your defaults</title> <meta http-equiv="Expires" content="Wed, 01 Dec 1999 00:00:01 GMT"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <META NAME="Keywords" CONTENT="webmail, web-based email"> <META NAME="Description" CONTENT="Sambar Webmail Demo"> <meta name="Generator" content="Homesite 4.5 beta 4"> <!--- CSS routine ---> <RCif RCSusecss = true> <LINK REL="StyleSheet" HREF="/syscss/webmail_<RCSstylesheet>.css" type="text/css"> <LINK REL="StyleSheet" HREF="/syscss/filters_<RCSstylesheet>.css" type="text/css"> <RCif RCSstylesheet = winter> <RC$nextsheet = spring> <RCelseif RCSstylesheet = spring> <RC$nextsheet = summer> <RCelseif RCSstylesheet = summer> <RC$nextsheet = autumn> <RCelseif RCSstylesheet = autumn> <RC$nextsheet = winter> <RCendif> <RCendif> <!--- /CSS routine ---> <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"> <!-- function fnForm_Validate(objForm) { bReturn = true strAlert = "Please correct the following: \n" if(objForm.signature.length > 250) { strAlert += "The signature can only be 250 characters maximum\n" bReturn = false } if(objForm.def_bcc.lenght > 80) { strAlert += "The default bcc address can only be 80 characters\n" bReturn = false } if(bReturn == false) { alert(strAlert) } return bReturn } //--> </SCRIPT> </head> <body> <table align="center" border=0 cellspacing=4 width=100%> <tr> <td colspan=2 align="right"><RCVwmheader></td> </tr> <RCif RCSusecss = true> <tr> <td colspan=2> <table border=0 cellpadding=4 cellspacing=0 width="100%"> <tr bgcolor="#000080"> <td class="wmmainheader"> <span class="headline"><RCSacc_name> Defaults</span> </td> <td class="wmmainheader" align="right" valign="bottom"> Back to <a href="<RC$npage>?start=1"><RCSfolder></a> </td> </tr> </table> </td> </tr> <RCendif> <RCinclude RCShome/snippets/actions.stm> <RCinclude RCShome/snippets/features.stm> </TABLE> </TD> <TD WIDTH=80% valign="top"> <form action="<RCShome>/upddefs.stm" method="post" onsubmit="return fnForm_Validate(this)" name="frmSignature"> <table border=0 cellpadding=6 cellspacing=0> <tr bgcolor="#000080"> <td class="attrheader"><RCif RCSusecss ! true><font color="#ffffff"><RCendif>Your signature:<RCif RCSusecss ! true></font><RCendif></td> </tr> <tr> <td> <textarea cols="72" rows="3" name="signature" wrap="hard"><RCPsignature></textarea> </td> </tr> <tr> <td> <small>Your signature will be appended to your mail. It must be plaintext and the maximum length is 250 characters.</small> </td> </tr> <tr bgcolor="#000080"> <td class="attrheader"><RCif RCSusecss ! true><font color="#ffffff"><RCendif>Your default bcc address:<RCif RCSusecss ! true></font><RCendif></td> </tr> <tr> <td> <input type="Text" value="<RCPdef_bcc>" name="def_bcc" size=72 maxlength=80> </td> </tr> <tr> <td> <small>You can specify an email address here, that is filled in by default. This allows you to easily send a copy of every mail to an alternate address. Maximum length is 80 characters.</small> </td> </tr> <tr> <td class="attrheader"> <RCif RCSusecss ! true><font color="#ffffff"<RCendif>Wrap outgoing messages?<RCif RCSusecss ! true></font><RCendif> </td> </tr> <tr> <td> <!--- This feature uses the same principle as incoming messages. Once the value of the profile variable resolves to zero, no wrapping is applied. ---> <select name="wrap_out"> <option value=0 <RCif RCPwrap_out = 0>SELECTED<RCendif>>none</option> <option value=60 <RCif RCPwrap_out = 60>SELECTED<RCendif>>60</option> <option value=72 <RCif RCPwrap_out = 72>SELECTED<RCendif>>72</option> <option value=80 <RCif RCPwrap_out = 80>SELECTED<RCendif>>80</option> </select> <!--- The edit window contains a JavaScript, that will resize the window, to fit the contents. Because wrapping resizes the textarea, this can lead to large windows. Clearing this box, will not parse the JavaScript. ---> <input type="Checkbox" name="resize_win" value=true <RCif RCPresize_win = true>CHECKED<RCendif>><small>Resize the popup "Edit Window" to fit the content.</small> </td> </tr> <tr> <td><input type="Submit" value="Update"></td> </tr> <tr> <td><input type="Reset" onclick="history.go(-1)" value="Cancel"></td> </tr> </table> </form> </td> </tr> </table> </body> </html>